Skip to content

Conversation

MeAkib
Copy link
Contributor

@MeAkib MeAkib commented Oct 8, 2025

  • Replace lifecycle hooks with constructor initialization
  • Convert properties to signals (items, section, _categoryListSummary)
  • Use takeUntilDestroyed() for automatic cleanup
  • Replace async/await with switchMap to prevent race conditions
  • Remove manual subscription management

Benefits: Better performance, automatic cleanup, safer async handling

@MeAkib MeAkib requested a review from a team as a code owner October 8, 2025 18:37
@MeAkib MeAkib requested review from andrewseguin and wagnermaciel and removed request for a team October 8, 2025 18:37
@angular-robot angular-robot bot added the area: docs Related to the documentation label Oct 8, 2025
@crisbeto
Copy link
Member

crisbeto commented Oct 9, 2025

Looks like there are lint failures.

@MeAkib MeAkib force-pushed the refactor/docs-category-list branch 2 times, most recently from 238d861 to 4c33e61 Compare October 11, 2025 02:56
- Replace lifecycle hooks with constructor initialization
- Convert properties to signals (items, section, _categoryListSummary)
- Use takeUntilDestroyed() for automatic cleanup
- Replace async/await with switchMap to prevent race conditions
- Remove manual subscription management

Benefits: Better performance, automatic cleanup, safer async handling
@MeAkib MeAkib force-pushed the refactor/docs-category-list branch from 4c33e61 to 545fab0 Compare October 11, 2025 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Related to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants